home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / texmf / amiweb2c / s / mktexpk < prev    next >
Encoding:
AmigaDOS Script File  |  1998-03-08  |  860 b   |  21 lines

  1. .KEY --mfmode/A,--bdpi/A,--mag/A,--dpi/A,FontName/A
  2. ;^^^ Beware that the first line must be a dot command in order that
  3. ;    AmigaOS acknowledges any dot command in a shell script!
  4. ;
  5. ; A standard invocation issued by DVIPS is
  6. ;    mktexpk --mfmode deskjet --bdpi 300 --mag 1+0/300 --dpi 300 cmtex10
  7.  
  8. ; This Amiga shell script passes arguments from `missfont.log' files
  9. ; created by AmiWeb2C/KPathSea to the ARexx script MakeTeXPK.rexx,
  10. ; which then passes them on to the ARexx script MakeTeXFont.rexx.
  11. ; To use this mechanism, copy this script file to the S: directory.
  12. ; Note that the `s' flag must be preserved for automatic execution.
  13. ;
  14. ; Copyright (C) 1998 by Andreas Scherer.
  15. ; This is free software; the author gives unlimited permission
  16. ; to copy, modify, and distribute this script.
  17.  
  18. rx MakeTeXPK <FontName> <--dpi> <--bdpi> <--mfmode>
  19.  
  20. ; End of file.
  21.